字太多發動省略功能的 CSS 三兄弟


Posted by Rich on 2021-09-12

overflow: hidden; // 超出就隱藏
text-overflow: ellipsis; // 字超出就變 ...
white-space: nowrap; // 好像是不換行?

解釋還不保證 100% 對。但這三個真的好用。










Related Posts

[極短篇] SQL injection

[極短篇] SQL injection

Leetcode 刷題 pattern - Next Greater Element

Leetcode 刷題 pattern - Next Greater Element

Day03  自製收費廣告版位 - 使用 react-intersection-observer

Day03 自製收費廣告版位 - 使用 react-intersection-observer


Comments